home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / zsh-3.0-p / zsh-3 / zsh-3.0-pre3 / config.h.in < prev    next >
Text File  |  1996-07-10  |  10KB  |  359 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /***** begin user configuration section *****/
  4.  
  5. /* Define this to be the location of your password file */
  6. #define PASSWD_FILE "/etc/passwd"
  7.  
  8. /* Define this to be the name of your NIS/YP password *
  9.  * map (if applicable)                                */
  10. #define PASSWD_MAP "passwd.byname"
  11.  
  12. /* Define to 1 if you want user names to be cached */
  13. #define CACHE_USERNAMES 1
  14.  
  15. /* Define to 1 if system supports job control */
  16. #define JOB_CONTROL 1
  17.  
  18. /* Define to 1 if system has working FIFO's */
  19. #define HAVE_FIFOS 1
  20.  
  21. /* Define this if you use "suspended" instead of "stopped" */
  22. #define USE_SUSPENDED 1
  23.  
  24. /* The default history buffer size in lines */
  25. #define DEFAULT_HISTSIZE 30
  26.  
  27. /* The default editor for the fc builtin */
  28. #define DEFAULT_FCEDIT "vi"
  29.  
  30. /* The default prefix for temporary files */
  31. #define DEFAULT_TMPPREFIX "/tmp/zsh"
  32.  
  33.  
  34. /***** end of user configuration section            *****/
  35. /***** shouldn't have to change anything below here *****/
  36.  
  37. /* Define to empty if the keyword does not work.  */
  38. #undef const
  39.  
  40. /* Define if the `getpgrp' function takes no argument.  */
  41. #undef GETPGRP_VOID
  42.  
  43. /* Define to `int' if <sys/types.h> doesn't define.  */
  44. #undef gid_t
  45.  
  46. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  47. #undef HAVE_SYS_WAIT_H
  48.  
  49. /* Define to `int' if <sys/types.h> doesn't define.  */
  50. #undef mode_t
  51.  
  52. /* Define to `long' if <sys/types.h> doesn't define.  */
  53. #undef off_t
  54.  
  55. /* Define to `int' if <sys/types.h> doesn't define.  */
  56. #undef pid_t
  57.  
  58. /* Define as the return type of signal handlers (int or void).  */
  59. #undef RETSIGTYPE
  60.  
  61. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  62. #undef size_t
  63.  
  64. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  65. #undef STAT_MACROS_BROKEN
  66.  
  67. /* Define if you have the ANSI C header files.  */
  68. #undef STDC_HEADERS
  69.  
  70. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  71. #undef TIME_WITH_SYS_TIME
  72.  
  73. /* Define to `int' if <sys/types.h> doesn't define.  */
  74. #undef uid_t
  75.  
  76. /* The global file to source absolutely first whenever zsh is run; *
  77.  * if undefined, don't source anything                             */
  78. #undef GLOBAL_ZSHENV
  79.  
  80. /* The global file to source whenever zsh is run; *
  81.  * if undefined, don't source anything            */
  82. #undef GLOBAL_ZSHRC
  83.  
  84. /* The global file to source whenever zsh is run as a login shell; *
  85.  * if undefined, don't source anything                             */
  86. #undef GLOBAL_ZLOGIN
  87.  
  88. /* The global file to source whenever zsh is run as a login shell, *
  89.  * before zshrc is read; if undefined, don't source anything       */
  90. #undef GLOBAL_ZPROFILE
  91.  
  92. /* The global file to source whenever zsh was run as a login shell.  *
  93.  * This is sourced right before exiting.  If undefined, don't source *
  94.  * anything                                                          */
  95. #undef GLOBAL_ZLOGOUT
  96.  
  97. /* Define to 1 if compiler incorrectly cast signed to unsigned */
  98. #undef BROKEN_SIGNED_TO_UNSIGNED_CASTING
  99.  
  100. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  101. #undef GWINSZ_IN_SYS_IOCTL
  102.  
  103. /* Define to 1 if you have NIS */
  104. #undef HAVE_NIS
  105.  
  106. /* Define to 1 if you have NISPLUS */
  107. #undef HAVE_NIS_PLUS
  108.  
  109. /* Define to 1 if you have RFS superroot directory. */
  110. #undef HAVE_SUPERROOT
  111.  
  112. /* Define to 1 if you have the /dev/fd filesystem */
  113. #undef HAVE_DEV_FD
  114.  
  115. /* Define if sys/time.h and sys/select.h cannot be both included */
  116. #undef TIME_H_SELECT_H_CONFLICTS
  117.  
  118. /* Define if your system's struct utmp has a member named ut_host.  */
  119. #undef HAVE_UT_HOST
  120.  
  121. /* Define if you have the <utmpx.h> header file.  */
  122. #undef HAVE_UTMPX_H
  123.  
  124. /* Define to be the machine type (microprocessor class or machine model) */
  125. #undef MACHTYPE
  126.  
  127. /* Define to be the name of the operating system */
  128. #undef OSTYPE
  129.  
  130. /* Define to 1 if ANSI function prototypes are usable.  */
  131. #undef PROTOTYPES
  132.  
  133. /* Define to be location of utmp file.  This value is only used if UTMP_FILE, *
  134.  * UTMPX_FILE, or _PATH_UTMP are not defined in an include file.              */
  135. #undef UTMP_FILE_CONFIG
  136.  
  137. /* Define to be a string corresponding the vendor of the machine */
  138. #undef VENDOR
  139.  
  140. /* Define if your system defines `struct winsize' in sys/ptem.h.  */
  141. #undef WINSIZE_IN_PTEM
  142.  
  143. /* Define  to be location of wtmp file.  This value is only use if WTMP_FILE, *
  144.  * WTMPX_FILE, or _PATH_WTMP are not defined in an include file.              */
  145. #undef WTMP_FILE_CONFIG
  146.  
  147. /* Define to 1 if you want to use zsh's own memory allocation routines */
  148. #undef ZSH_MEM
  149.  
  150. /* Define to 1 if you want to debug zsh memory allocation routines */
  151. #undef ZSH_MEM_DEBUG
  152.  
  153. /* Define to 1 if you want to turn on warnings of memory allocation errors */
  154. #undef ZSH_MEM_WARNING
  155.  
  156. /* Define to 1 if you want to turn on memory checking for free() */
  157. #undef ZSH_SECURE_FREE
  158.  
  159. /* Define to 1 if you want to get debugging information on internal *
  160.  * hash tables.  This turns on the `hashinfo' builtin.              */
  161. #undef ZSH_HASH_DEBUG
  162.  
  163. /* Define to 1 if your termcap library has the ospeed variable */
  164. #undef HAVE_OSPEED
  165. /* Define to 1 if you have ospeed, but it is not defined in termcap.h */
  166. #undef MUST_DEFINE_OSPEED
  167.  
  168. /* Define to 1 if tgetent() accepts NULL as a buffer */
  169. #undef TGETENT_ACCEPTS_NULL
  170.  
  171. /* Define to 1 if you use POSIX style signal handling */
  172. #undef POSIX_SIGNALS
  173.  
  174. /* Define to 1 if you use BSD style signal handling (and can block signals) */
  175. #undef BSD_SIGNALS
  176.  
  177. /* Define to 1 if you use SYS style signal handling (and can block signals) */
  178. #undef SYSV_SIGNALS
  179.  
  180. /* Define to 1 if you have no signal blocking at all (bummer) */
  181. #undef NO_SIGNAL_BLOCKING
  182.  
  183. /* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
  184. #undef sigset_t
  185.  
  186. /* Define to 1 if struct timezone is defined by a system header */
  187. #undef HAVE_STRUCT_TIMEZONE
  188.  
  189. /* Define if your system's typeahead disappears from the shell editor. */
  190. #undef CLOBBERS_TYPEAHEAD
  191.  
  192. /* Define to 1 if there is a prototype defined for brk() on your system */
  193. #undef HAVE_BRK_PROTO
  194.  
  195. /* Define to 1 if there is a prototype defined for dbrk() on your system */
  196. #undef HAVE_SBRK_PROTO
  197.  
  198. /* The number of bytes in a long.  */
  199. #undef SIZEOF_LONG
  200.  
  201. /* Define if you have the difftime function.  */
  202. #undef HAVE_DIFFTIME
  203.  
  204. /* Define if you have the getdomainname function.  */
  205. #undef HAVE_GETDOMAINNAME
  206.  
  207. /* Define if you have the gethostname function.  */
  208. #undef HAVE_GETHOSTNAME
  209.  
  210. /* Define if you have the getlogin function.  */
  211. #undef HAVE_GETLOGIN
  212.  
  213. /* Define if you have the getrlimit function.  */
  214. #undef HAVE_GETRLIMIT
  215.  
  216. /* Define if you have the gettimeofday function.  */
  217. #undef HAVE_GETTIMEOFDAY
  218.  
  219. /* Define if you have the killpg function.  */
  220. #undef HAVE_KILLPG
  221.  
  222. /* Define if you have the lstat function.  */
  223. #undef HAVE_LSTAT
  224.  
  225. /* Define if you have the mkfifo function.  */
  226. #undef HAVE_MKFIFO
  227.  
  228. /* Define if you have the select function.  */
  229. #undef HAVE_SELECT
  230.  
  231. /* Define if you have the seteuid function.  */
  232. #undef HAVE_SETEUID
  233.  
  234. /* Define if you have the setpgid function.  */
  235. #undef HAVE_SETPGID
  236.  
  237. /* Define if you have the setresuid function.  */
  238. #undef HAVE_SETRESUID
  239.  
  240. /* Define if you have the setreuid function.  */
  241. #undef HAVE_SETREUID
  242.  
  243. /* Define if you have the setuid function.  */
  244. #undef HAVE_SETUID
  245.  
  246. /* Define if you have the sigaction function.  */
  247. #undef HAVE_SIGACTION
  248.  
  249. /* Define if you have the sigblock function.  */
  250. #undef HAVE_SIGBLOCK
  251.  
  252. /* Define if you have the sighold function.  */
  253. #undef HAVE_SIGHOLD
  254.  
  255. /* Define if you have the sigprocmask function.  */
  256. #undef HAVE_SIGPROCMASK
  257.  
  258. /* Define if you have the sigrelse function.  */
  259. #undef HAVE_SIGRELSE
  260.  
  261. /* Define if you have the sigsetmask function.  */
  262. #undef HAVE_SIGSETMASK
  263.  
  264. /* Define if you have the strcoll function.  */
  265. #undef HAVE_STRCOLL
  266.  
  267. /* Define if you have the strerror function.  */
  268. #undef HAVE_STRERROR
  269.  
  270. /* Define if you have the strftime function.  */
  271. #undef HAVE_STRFTIME
  272.  
  273. /* Define if you have the strstr function.  */
  274. #undef HAVE_STRSTR
  275.  
  276. /* Define if you have the tcgetattr function.  */
  277. #undef HAVE_TCGETATTR
  278.  
  279. /* Define if you have the tcsetpgrp function.  */
  280. #undef HAVE_TCSETPGRP
  281.  
  282. /* Define if you have the wait3 function.  */
  283. #undef HAVE_WAIT3
  284.  
  285. /* Define if you have the waitpid function.  */
  286. #undef HAVE_WAITPID
  287.  
  288. /* Define if you have the <dirent.h> header file.  */
  289. #undef HAVE_DIRENT_H
  290.  
  291. /* Define if you have the <errno.h> header file.  */
  292. #undef HAVE_ERRNO_H
  293.  
  294. /* Define if you have the <fcntl.h> header file.  */
  295. #undef HAVE_FCNTL_H
  296.  
  297. /* Define if you have the <libc.h> header file.  */
  298. #undef HAVE_LIBC_H
  299.  
  300. /* Define if you have the <limits.h> header file.  */
  301. #undef HAVE_LIMITS_H
  302.  
  303. /* Define if you have the <locale.h> header file.  */
  304. #undef HAVE_LOCALE_H
  305.  
  306. /* Define if you have the <memory.h> header file.  */
  307. #undef HAVE_MEMORY_H
  308.  
  309. /* Define if you have the <ndir.h> header file.  */
  310. #undef HAVE_NDIR_H
  311.  
  312. /* Define if you have the <stdlib.h> header file.  */
  313. #undef HAVE_STDLIB_H
  314.  
  315. /* Define if you have the <string.h> header file.  */
  316. #undef HAVE_STRING_H
  317.  
  318. /* Define if you have the <sys/dir.h> header file.  */
  319. #undef HAVE_SYS_DIR_H
  320.  
  321. /* Define if you have the <sys/filio.h> header file.  */
  322. #undef HAVE_SYS_FILIO_H
  323.  
  324. /* Define if you have the <sys/ndir.h> header file.  */
  325. #undef HAVE_SYS_NDIR_H
  326.  
  327. /* Define if you have the <sys/param.h> header file.  */
  328. #undef HAVE_SYS_PARAM_H
  329.  
  330. /* Define if you have the <sys/resource.h> header file.  */
  331. #undef HAVE_SYS_RESOURCE_H
  332.  
  333. /* Define if you have the <sys/select.h> header file.  */
  334. #undef HAVE_SYS_SELECT_H
  335.  
  336. /* Define if you have the <sys/time.h> header file.  */
  337. #undef HAVE_SYS_TIME_H
  338.  
  339. /* Define if you have the <sys/times.h> header file.  */
  340. #undef HAVE_SYS_TIMES_H
  341.  
  342. /* Define if you have the <sys/utsname.h> header file.  */
  343. #undef HAVE_SYS_UTSNAME_H
  344.  
  345. /* Define if you have the <termcap.h> header file.  */
  346. #undef HAVE_TERMCAP_H
  347.  
  348. /* Define if you have the <termio.h> header file.  */
  349. #undef HAVE_TERMIO_H
  350.  
  351. /* Define if you have the <termios.h> header file.  */
  352. #undef HAVE_TERMIOS_H
  353.  
  354. /* Define if you have the <unistd.h> header file.  */
  355. #undef HAVE_UNISTD_H
  356.  
  357. /* Define if you have the nsl library (-lnsl).  */
  358. #undef HAVE_LIBNSL
  359.